.gwc-chat-head { 
	border-top-left-radius: 9px; 
	border-top-right-radius: 9px; 
	background: #8e731b; 
}
.gwc-chat-message-container {
	top: 85px !important;
}

.gwc-chat-message-form {
	margin: 0 0 0px !important;
}

.gwc-chat-logo {
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/ic.png) !important;
}

.gwc-chat-embedded-window { 
	border: none; 
}

.gwc-chat-button {
	background-image: linear-gradient(to bottom,#856308,#8e731b);
}

.gwc-chat-button:hover {
	background-image: linear-gradient(to bottom,#8e731b,#8e731b);
}

.gwc-chat-button:active {
	background-image: linear-gradient(to bottom,#8e731b,#8e731b);
}
.gwc-chat-button-light {
	background-image: linear-gradient(to bottom,#f4f4f4,#edefef);
}

.gwc-chat-button-light:hover {
	background-image: linear-gradient(to bottom,#f4f4f4,#f4f4f4);
}

.gwc-chat-button-light:active {
	background-image: linear-gradient(to bottom,#f4f4f4,#f4f4f4);
}

.gwc-chat-message-container {
	left: 0;
	right: 0;
	padding: inherit;
	border: none;
}
.gwc-chat-embedded-window {
	background: #fff0;
        border: none;
}

.gwc-chat-body {
	background: #fff;
}


.gwc-chat, .gwc-chat button, .gwc-chat div, .gwc-chat input, .gwc-chat textarea {
	font: normal normal normal 12px/1.3 "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.gwc-chat-message-author {
	display: inline;
	color: #8e731b;
	font-weight: bold;
	padding-left: 10px;
}
.gwc-chat-message {
	background-color: #f0f0f0;
	border-radius: 9px;
}

.gwc-chat-message-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gpe-dialog .gpe-dialog-buttonpane .gpe-button:first-child {
	background-image: linear-gradient(to bottom,#856308,#8e731b);
	background-color: #8e731b
}

.gpe-branding-logo {
	width:50px;
	background-image: url("../img/ic.png") !important;
}

.gpe-corner-all {
	border-bottom-left-radius: 0px; 
	border-bottom-right-radius: 0px; 
	border-top-left-radius:9px; 
	border-top-right-radius: 9px;
}

.gpe-dialog .gpe-dialog-titlebar {
	background-color: #8e731b
}

.gpe-dialog.gpe-widget.gpe-widget-content.gpe-corner-all.gpe-front.gpe-dialog-buttons.gpe-draggable {
        height: auto;
        width: 300px;
        display: block;
        position: fixed;
        top: 75%;
        left: 75%;

